func runtime.isAsyncSafePoint
2 uses
runtime (current package)
preempt.go#L390: func isAsyncSafePoint(gp *g, pc, sp, lr uintptr) (bool, uintptr) {
signal_unix.go#L346: if ok, newpc := isAsyncSafePoint(gp, ctxt.sigpc(), ctxt.sigsp(), ctxt.siglr()); ok {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)